home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Echo ╔═══════════════════════════════════════════════════════════╗
- Echo ║ ║
- Echo ║ The CLEANUP.BAT will remove all EasyChart files not ║
- Echo ║ essential to running EasyChart. ║
- Echo ║ ║
- Echo ║ All tutorial and sample chart files will be deleted, as ║
- Echo ║ will all documentation files and the INSTALL.BAT file. ║
- Echo ║ The CLEANUP.BAT file will remain on the default drive. ║
- Echo ║ ║
- Echo ║ If EasyChart is not located on the current default ║
- Echo ║ drive, you should press Ctrl-C now and change the ║
- Echo ║ default drive designation. ║
- Echo ║ ║
- Echo ║ If you do not want to execute CLEANUP.BAT, you should ║
- Echo ║ press Ctrl-C now. ║
- Echo ║ ║
- Echo ╚═══════════════════════════════════════════════════════════╝
- Pause
- Echo Now deleting all tutorial files...
- Del EZCTV001.Tut
- Del EZCTV002.Tut
- Del EZCTV003.Tut
- Del EZCTV004.Tut
- Del EZCTV005.Tut
- Del EZCTV006.Tut
- Echo Now deleting all sample chart files...
- Del TSSR.Chr
- Del TSSL.Chr
- Del TSSD.Chr
- Del TSSO.Chr
- Del USDC.Chr
- Del Tutorial.Chr
- Del Form1A.Chr
- Del Offices.Chr
- Echo Now deleting all documentation files...
- Del EZC.Doc
- Del Ordering.Doc
- Del Trouble.Doc
- Del Template.Doc
- Del QuickRef.Doc
- Echo Now deleting the INSTALL and PRINTDOC batch files
- Del Install.Bat
- Del PrintDoc.Bat
- Del 1.Bat
- Del 2.Bat
- Del 3.Bat
- Del 4.Bat
- Del 5.Bat
- Echo ╔══════════════════════════════════════════╗
- Echo ║ ║
- Echo ║ The CLEANUP procedure is now complete. ║
- Echo ║ ║
- Echo ╚══════════════════════════════════════════╝
- Del Cleanup.Bat
-